Open
Conversation
Dead code left over from the clawd-only refactor in 5679042. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Workflow file steps run via /bin/sh and cannot access lobster pipeline commands registered in the TypeScript command registry. Add standalone Node.js bin wrappers that import and call each command's run() function directly, making them available as clawd.invoke and llm_task.invoke on PATH when installed globally via npm. Also adds ADR-001 documenting the architecture gap and chosen approach. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
d0674de to
c99932a
Compare
|
Why this haven't been merged yet? Cannot use it correctly with OpenClaw... @steipete @Prithvirajbilla @vignesh07 |
Contributor
|
Mostly because we're a small team and drowning in work! |
Collaborator
|
@ggondim havent had a chance to get to this yet - for reasons Peter mentioned and that the core package has a lot more PRs to look at. Will take a pass at this today. |
|
Are you accepting new contributors? At least for Lobster I could help with that 😇 Just let me know if you're interested and I'll be happy to help. |
Author
|
Happy to support as well. |
Collaborator
|
A PR isn't the place for this. I think lobster is small enough at the moment that it doesn't require dedicated maintainers. Happy to look at PRs though. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates the incomplete rename from clawdbot/moltbot to openclaw across the entire codebase.
The previous rename (commit 1006798) only updated README.md. This PR completes the transition by updating all remaining references.
Changes
package.jsonREADME.md,VISION.mdsrc/**/*.tstest/**/*.tsReplacements
@clawdbot/lobster->@openclaw/lobstergithub.com/clawdbot/lobster->github.com/openclaw/lobsterclawdbot/clawdbot->openclaw/openclaw(example repos)moltbot/moltbot->openclaw/openclaw(example repos)Clawdbot->OpenClaw(prose)Moltbot->OpenClaw(prose)Special case
VISION.md line 168 now reads "Pete (OpenClaw creator, formerly Clawdbot)" to preserve historical context.
Verification
pnpm test: 47/47 passinggrep -ri "clawdbot\|moltbot": No remaining references (except intentional.gitignoreentry and historical note)Note: I have used Claude Code to perform the cleanup